emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
HashMap.this
containers
hashmap
HashMap
Undocumented in source.
this
()
struct
HashMap
(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
@
disable
static if
(
stateSize!Allocator != 0
)
this
(
)
this
(Allocator allocator)
this
(size_t bucketCount, Allocator allocator)
this
(size_t bucketCount)
Meta
Source
See Implementation
containers
hashmap
HashMap
aliases
opSlice
constructors
this
destructors
~this
functions
byKey
byKeyValue
byValue
clear
containsKey
empty
get
getOrAdd
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
remove
values
mixins
__anonymous
postblits
this(this)